-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump hibernate-reactive.version from 2.4.3.Final to 2.4.4.Final #45756
Conversation
DavideD
commented
Jan 21, 2025
•
edited
Loading
edited
- Fix @JoinColumns breaks on Hibernate Reactive #45188
- Fix Hibernate-Reactive: ClassCastException EmbeddableInitializerImpl to ReactiveInitializer #43326 (comment)
Status for workflow
|
Milestone is already set for some of the items:
We haven't automatically updated the milestones for these items. This message is automatically generated by a bot. |
@holly-cummins @alesj not sure if the failure is related to your latest work? |
We discussed it a bit in #45689 (comment) and #45689 (comment). It started on January 17, so it predates my work, but Ales has some ideas for fixes/has a fix/thought he had a fix but maybe doesn't. :) |
Imho, this (from previous good catch by @edeandrea ) commit should help -- as before we didn't properly wait on the LGTM to fully start, hence could miss some metrics or traces in the test check ... aka flakiness ... |